home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libbz2-1.0.postinst < prev    next >
Text File  |  2009-06-29  |  265b  |  16 lines

  1. #!/bin/sh
  2. set -eu
  3.  
  4. # Ldconfig
  5. if [ "$1" = "configure" ]; then
  6.  ldconfig
  7. fi
  8.  
  9. # FHS
  10. #pkg=libbz2-1.0
  11. #if [ "$1" = "configure" ]; then
  12. # if [ -d /usr/doc ] && [ ! -e /usr/doc/$pkg ] && [ -d /usr/share/doc/$pkg ]; then
  13. #  ln -sf ../share/doc/$pkg /usr/doc/$pkg
  14. # fi
  15. #fi
  16.